go.uber.org/zap.sinkRegistry.newFileSinkFromPath (method)

3 uses

	go.uber.org/zap (current package)
		sink.go#L99: 		return sr.newFileSinkFromPath(rawURL)
		sink.go#L148: 	return sr.newFileSinkFromPath(u.Path)
		sink.go#L151: func (sr *sinkRegistry) newFileSinkFromPath(path string) (Sink, error) {